object Form1: TForm1 Left = 203 Top = 115 BorderIcons = [] BorderStyle = bsNone Caption = 'Setup' ClientHeight = 101 ClientWidth = 404 Color = clBlue Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} WindowState = wsMaximized OnCreate = Form1Create OnDestroy = Form1Destroy OnShow = Form1Show PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 12 Top = 23 Width = 122 Height = 148 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 142 Top = 16 Width = 71 Height = 31 Caption = 'Setup' Color = clBlue Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsItalic] ParentColor = False ParentFont = False end object Label2: TLabel Left = 455 Top = 1 Width = 195 Height = 13 Caption = '� Copyright 1998 by Super Win Software' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Timer1: TTimer Enabled = False Interval = 100 OnTimer = Timer1Timer Left = 146 Top = 109 end end